home *** CD-ROM | disk | FTP | other *** search
- object CheckOut: TCheckOut
- Left = 157
- Top = 191
- BorderStyle = bsDialog
- Caption = 'CheckOut'
- ClientHeight = 261
- ClientWidth = 513
- Color = clBtnFace
- ParentFont = True
- KeyPreview = True
- OldCreateOrder = True
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object InfoL: TLabel
- Left = 8
- Top = 8
- Width = 489
- Height = 17
- AutoSize = False
- Caption =
- 'All files will be extracted to the specified folder, and a progr' +
- 'am group will be built.'
- WordWrap = True
- end
- object FolderL: TLabel
- Left = 8
- Top = 32
- Width = 49
- Height = 13
- AutoSize = False
- Caption = '&Folder:'
- FocusControl = FolderName
- end
- object Bevel1: TBevel
- Left = 7
- Top = 224
- Width = 491
- Height = 33
- Shape = bsTopLine
- end
- object FolderTree1: TFolderTree
- Left = 7
- Top = 56
- Width = 210
- Height = 161
- Active = True
- FolderOptions = [foNetworkNeighborhood]
- OnChange = FolderTree1Change
- Indent = 19
- TabOrder = 1
- end
- object GroupBox1: TGroupBox
- Left = 224
- Top = 58
- Width = 281
- Height = 159
- Caption = ' CheckOut Options '
- TabOrder = 2
- object GroupL: TLabel
- Left = 12
- Top = 24
- Width = 61
- Height = 13
- Caption = '&Group name:'
- FocusControl = GroupName
- end
- object MaximumL: TLabel
- Left = 12
- Top = 52
- Width = 75
- Height = 13
- Caption = '&Maximum icons:'
- FocusControl = MaxIcons
- end
- object DocOnly: TCheckBox
- Left = 8
- Top = 80
- Width = 268
- Height = 18
- Caption = 'C&reate icons for programs and docs only'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object GroupName: TEdit
- Left = 104
- Top = 21
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'GroupName'
- end
- object MaxIcons: TEdit
- Left = 104
- Top = 48
- Width = 65
- Height = 21
- TabOrder = 1
- Text = '500'
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 104
- Width = 265
- Height = 18
- Caption = '&Open group folder after CheckOut'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- end
- object FolderName: TEdit
- Left = 56
- Top = 29
- Width = 449
- Height = 21
- TabOrder = 0
- Text = 'FolderName'
- end
- object OKButt: TButton
- Left = 260
- Top = 232
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 3
- OnClick = OKButtClick
- end
- object CancelButt: TButton
- Left = 342
- Top = 232
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 4
- OnClick = CancelButtClick
- end
- object HelpButt: TButton
- Left = 424
- Top = 232
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 5
- OnClick = HelpButtClick
- end
- object FormStorage1: TFormStorage
- UseRegistry = True
- StoredProps.Strings = (
- 'DocOnly.Checked'
- 'MaxIcons.Text'
- 'CheckBox1.Checked')
- StoredValues = <>
- Left = 8
- Top = 56
- end
- end
-